## ACH Workshop references and resources ### API References and tools [Microsoft Partner Center API Reference][1] [Azure Resource Manager REST API Reference][2] [Azure AD Graph REST APIs reference][3] [The source for REST API specifications for Microsoft Azure][4] [GRAPH Explorer][5] [ARM Explorer][6] and corresponding [GitHub repository][7]. ### Documentation resources The [Azure Documentation Center][8], respective [GitHub repository][9], and the constantly updated [Azure blog][10] are all obligatory resources to help keep up with the constant evolution and change driving Azure. ## Commerce REST API [Commerce API .Net sample GitHub repository][21] ### Azure AD [Sample MVC web application demonstrates how to query Azure Active Directory using the Graph API][17] ### Azure Resource Manager: [Azure Resource Manager Overview][19] [Resource Manager support for services, regions, and API versions][23] [Azure QuickStart Templates][11] [Simple examples illustrating how to build Azure Resource Manager templates][12] [Schemas used to author and validate Resource Manager Templates][13] [Troubleshooting resource group deployments in Azure][20] [ARMClient GitHub repository: A simple command line tool to invoke the Azure Resource Manager API][14] [Azure Resource Manager Preview SDKs][22] [Best practices for designing Azure Resource Manager templates][27] ### Powershell & Desired State Configuration Development and releases of the [PowerShell module for Azure][15]. [Central repository for PowerShell Desired State Configuration (DSC) resources.][16] [Powershell Desired State Configuration][25] and corresponding [GitHub repo][26]. ### Azure Automation [Collections of Automation resources that can include runbooks, modules, credentials, schedules, variables, connections, certificates, and jobs, including ARM templates][18]. ### Other Code Samples [Azure Code samples][24] [1]: https://msdn.microsoft.com/en-us/library/partnercenter/dn974944.aspx [2]: https://msdn.microsoft.com/en-us/library/azure/dn790568.aspx [3]: https://msdn.microsoft.com/Library/Azure/Ad/Graph/api/api-catalog [4]: https://github.com/Azure/azure-rest-api-specs [5]: https://graphexplorer.cloudapp.net/ [6]: https://resources.azure.com/ [7]: https://github.com/projectkudu/ARMExplorer [8]: https://azure.microsoft.com/en-us/documentation/ [9]: https://github.com/Azure/azure-content [10]: http://azure.microsoft.com/blog/ [11]: https://github.com/Azure/azure-quickstart-templates [12]: https://github.com/rjmax/ArmExamples [13]: https://github.com/Azure/azure-resource-manager-schemas [14]: https://github.com/projectkudu/ARMClient [15]: https://github.com/Azure/azure-powershell [16]: https://github.com/PowerShell/DscResources [17]: https://github.com/AzureADSamples/WebApp-GraphAPI-DotNet [18]: https://github.com/azureautomation/automation-packs [19]: https://azure.microsoft.com/en-us/documentation/articles/resource-group-overview/ [20]: https://azure.microsoft.com/en-us/documentation/articles/resource-group-deploy-debug/ [21]: https://github.com/PartnerCenterSamples/Commerce-API-DotNet [22]: https://azure.microsoft.com/en-us/blog/azure-resource-manager-preview-sdks/ [23]: https://azure.microsoft.com/en-us/documentation/articles/resource-manager-supported-services/ [24]: https://azure.microsoft.com/en-us/documentation/samples/ [25]: https://msdn.microsoft.com/en-us/PowerShell [26]: https://github.com/PowerShell/PowerShell-Docs [27]: https://azure.microsoft.com/en-us/documentation/articles/best-practices-resource-manager-design-templates/